You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👋 Welcome back pchilanomate! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.
@pchilano This change is no longer ready for integration - check the PR body for details.
openjdkbot
changed the title
Backport 4b99aef1cad05057463edbb248a3adc9b45d9a87
8373944: ObjectMonitor::ExitOnSuspend can call java_lang_VirtualThread::set_onWaitingList() while in safepoint
Mar 4, 2026
This backport pull request has now been updated with issue from the original commit.
openjdkbot
added
backport
Port of a pull request already in a different code base
clean
Identical backport; no merge resolution required
approval
Requires approval; will be removed when approval is received
labels
Mar 4, 2026
/approval request This fixes a bug where oops might be touched by a JavaThread while a safepoint is in progress. The fix is simple and only touches method ObjectMonitor::ExitOnSuspend::operator(), where a safepoint poll is added, plus an extra assert in ObjectMonitor::exit_epilog. The fix applies cleanly. It includes a new test which reliably reproduces the issue.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
backportPort of a pull request already in a different code basecleanIdentical backport; no merge resolution required
1 participant
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request contains a backport of commit 4b99aef1 from the openjdk/jdk repository.
Thanks,
Patricio
Progress
Issue
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk26u.git pull/91/head:pull/91$ git checkout pull/91Update a local copy of the PR:
$ git checkout pull/91$ git pull https://git.openjdk.org/jdk26u.git pull/91/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 91View PR using the GUI difftool:
$ git pr show -t 91Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk26u/pull/91.diff
Using Webrev
Link to Webrev Comment